Vcenter Network Projects Vpcs Subnets FilterSpec

Vcenter Network Projects Vpcs Subnets FilterSpec
Vcenter Network Projects Vpcs Subnets FilterSpec

The Vcenter Network Projects Vpcs Subnets FilterSpec schema contains properties used to filter the results when listing subnets. If multiple properties are specified, only subnets matching all of the properties match the filter.

This schema was added in vSphere API 9.0.0.0.

JSON Example
{
    "ids": [
        "string"
    ],
    "names": [
        "string"
    ],
    "external_ids": [
        "string"
    ]
}
array of string
ids
Optional

Identifiers that subnet must have to match the filter (see Vcenter Network Projects Vpcs Subnets SubnetInfo.id).

This property was added in vSphere API 9.0.0.0.

If missing or null or empty, subnets with any ID match the filter.

When clients pass a value of this schema as a parameter, the property must contain identifiers for the resource type: com.vmware.vcenter.network.subnet. When operations return a value of this schema as a response, the property will contain identifiers for the resource type: com.vmware.vcenter.network.subnet.

array of string
names
Optional

Names that subnet must have to match the filter (see Vcenter Network Projects Vpcs Subnets SubnetInfo.name).

This property was added in vSphere API 9.0.0.0.

If missing or null or empty, subnets with any name match the filter.

array of string
external_ids
Optional

External identifiers that subnet must have to match the filter (see Vcenter Network Projects Vpcs Subnets SubnetInfo.external_id).

This property was added in vSphere API 9.0.0.0.

If missing or null or empty, subnets with any external identifier match the filter.